home *** CD-ROM | disk | FTP | other *** search
/ Personal Paint v7.1 / Cloanto Personal Paint v7.1.iso / utilities / cloanto_script_dt / test_1 < prev    next >
Text File  |  1996-02-21  |  832b  |  32 lines

  1. .k ""
  2. .bra {
  3. .ket }
  4.  
  5.  
  6.  
  7.  
  8. ; ***  If you are reading this text after a double-click, it  ***
  9. ; ***  means that neither MultiView nor AmigaGuide could be   ***
  10. ; ***  found in a standard location such as "SYS:Utilities".  ***
  11. ; ***                                                         ***
  12. ; ***  If you are reading this text after a "drag and drop"   ***
  13. ; ***  it means that the Script DataType is not being used.   ***
  14.  
  15.  
  16.  
  17.  
  18. If EXISTS SYS:Utilities/MultiView
  19.   Run >NIL: <NIL: SYS:Utilities/MultiView >NIL: <NIL: Test_1.guide
  20. Else
  21.   Which >NIL: MultiView
  22.   If WARN
  23.     If EXISTS SYS:Utilities/AmigaGuide
  24.       Run >NIL: <NIL: SYS:Utilities/AmigaGuide >NIL: <NIL: Test_1.guide
  25.     Else
  26.       Echo "Neither MultiView nor AmigaGuide could be found."
  27.     EndIf
  28.   Else
  29.     Run >NIL: <NIL: MultiView >NIL: <NIL: Test_1.guide
  30.   EndIf
  31. EndIf
  32.